home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Network-Management-Tools / DidymaZ.exe / Prog / Didyma.exe / 0 / RCDATA / TFORMERROR / TFORMERROR.txt
Text File  |  1999-01-02  |  889b  |  46 lines

  1. object FormError: TFormError
  2.   Left = 378
  3.   Top = 373
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'PingSim Error Message'
  7.   ClientHeight = 143
  8.   ClientWidth = 360
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object B_Ok: TButton
  20.     Left = 144
  21.     Top = 112
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Ok'
  25.     TabOrder = 0
  26.     OnClick = B_OkClick
  27.   end
  28.   object GB_Error: TGroupBox
  29.     Left = 8
  30.     Top = 8
  31.     Width = 345
  32.     Height = 97
  33.     Caption = 'Error Number'
  34.     TabOrder = 1
  35.     object L_Error: TLabel
  36.       Left = 8
  37.       Top = 24
  38.       Width = 329
  39.       Height = 65
  40.       AutoSize = False
  41.       Caption = 'L_Error'
  42.       WordWrap = True
  43.     end
  44.   end
  45. end
  46.